LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,RasterCollection<Point>)

Show in webframe





The status of the interactive mode.
Interactive mode points.
Initializes a new RasterViewerPointsEventArgs with specified values.
Syntax
public RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point> points
)
'Declaration
 
Public Function New( _
   ByVal status As RasterViewerInteractiveStatus, _
   ByVal points As RasterCollection(Of Point) _
)
'Usage
 
Dim status As RasterViewerInteractiveStatus
Dim points As RasterCollection(Of Point)
 
Dim instance As New RasterViewerPointsEventArgs(status, points)

            

            
public:
RasterViewerPointsEventArgs( 
   RasterViewerInteractiveStatus status,
   RasterCollection<Point>^ points
)

Parameters

status
The status of the interactive mode.
points
Interactive mode points.
Example
Refer to InteractiveRegionFreehand.
Requirements

Target Platforms

See Also

Reference

RasterViewerPointsEventArgs Class
RasterViewerPointsEventArgs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.